PDF4Java Reference Documentation
com.o2sol.pdf4java.graphics.fonts Package / PDFFontMetrics Class / PDFFontMetrics Constructor / PDFFontMetrics Constructor(String,double,double,double,double,double,double,double,double,double,double[])
In This Topic
    PDFFontMetrics Constructor(String,double,double,double,double,double,double,double,double,double,double[])
    In This Topic
    This method supports the internal library infrastructure and should not be used by external client code.
    Syntax
    public PDFFontMetrics( 
       java.lang.String name,
       double ascent,
       double descent,
       double leading,
       double capHeight,
       double xHeight,
       double stemV,
       double stemH,
       double avgWidth,
       double maxWidth,
       double[] bBox
    )

    Parameters

    name
    ascent
    descent
    leading
    capHeight
    xHeight
    stemV
    stemH
    avgWidth
    maxWidth
    bBox
    See Also